net/http.http2ClientConn.logf (method)
7 uses
net/http (current package)
h2_bundle.go#L9574: cc.logf("protocol error: received %T before a SETTINGS frame", f)
h2_bundle.go#L9598: cc.logf("Transport: unhandled response frame type %T", f)
h2_bundle.go#L9947: cc.logf("http2: Transport received unsolicited DATA frame; closing connection")
h2_bundle.go#L9974: cc.logf("protocol error: received DATA after END_STREAM")
h2_bundle.go#L9982: cc.logf("protocol error: received DATA before a HEADERS frame")
h2_bundle.go#L9991: cc.logf("protocol error: received DATA on a HEAD request")
h2_bundle.go#L10381: func (cc *http2ClientConn) logf(format string, args ...interface{}) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |